home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / interfac / it.dig / scripts / DefineButton2_124 / BUTTONCONDACTION on(release).as next >
Text File  |  2012-08-27  |  79b  |  5 lines

  1. on(release){
  2.    _global.var_destaque = "Games";
  3.    gotoAndStop("Games");
  4. }
  5.